Remove fork-only Renovate pipeline merged upstream by mistake - #86
Merged
Conversation
PR #82 (turegjorup/feat/renovate-auto-patch) was a Phase 1 fork-validation branch that should have stayed on the fork. It was merged into upstream develop, bringing the Renovate auto-patch/auto-release pipeline and a fork-specific change that commented out the Codecov upload step. Remove the fork-only files (renovate.json, renovate + auto-release workflows, renovate-changelog.sh) and restore the Codecov upload step in pr.yaml. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
PR #82 (
turegjorup/feat/renovate-auto-patch) was a Phase 1 fork-validation branch that should have stayed on the fork. It was merged into upstreamdevelop(f4c8520), bringing fork-only CI plumbing into the org repo.This PR removes that content from
develop:renovate.json.github/workflows/renovate.yaml.github/workflows/auto-release.yaml.github/scripts/renovate-changelog.sh.github/workflows/pr.yaml(the fork had commented it out because it has noCODECOV_TOKEN)Why
These files configure a fork-specific Renovate auto-patch / auto-release flow and were never intended for upstream.
RENOVATE_PLAN.mdwas already removed in a later commit and is not in the tree.Notes
@v5(its pre-fork state); a separate branch upgrades it to v7.🤖 Generated with Claude Code